
/*商品详情页样式 by zhangbin 20151125*/
.box_swipe { overflow: hidden; position: relative; z-index: 1 }
.box_swipe ul { -webkit-padding-start: 0px; }
.box_swipe ul li img { width: 100%; }
.box_swipe>ol { height:40px; position:relative; z-index:10;text-align: center;  background-color:#fff; }
.box_swipe>ol>li { display: inline-block; margin:17px 0; width:8px; height: 8px; background-color: #999; border-radius:4px; margin-right:4px; }
.box_swipe>ol>li.on { background-color: #6a22fd; }
